object TipForm: TTipForm Left = 485 Top = 249 BorderStyle = bsDialog Caption = 'PowerArchiver Tip of the Day' ClientHeight = 247 ClientWidth = 338 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = True Scaled = False OnClose = FormClose OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 322 Height = 177 Shape = bsFrame end object Shape1: TShape Left = 8 Top = 8 Width = 321 Height = 177 end object TipInfo: TLabel Left = 16 Top = 66 Width = 305 Height = 111 AutoSize = False Caption = 'TipInfo' Transparent = True WordWrap = True end object Image1: TImage Left = 9 Top = 9 Width = 319 Height = 58 AutoSize = True Picture.Data = {} end object ShowTipOptions: TComboBox Left = 42 Top = 220 Width = 255 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 Items.Strings = ( 'Always show tips at startup' 'Show tip at startup if not opening Zip file' 'Never show tips at startup') end object NextButt: TButton Left = 42 Top = 191 Width = 122 Height = 25 Caption = '&Next Tip' TabOrder = 0 OnClick = NextButtClick end object CloseButt: TButton Left = 176 Top = 191 Width = 121 Height = 25 Caption = '&Close' Default = True TabOrder = 1 OnClick = CloseButtClick end end